func runtime.mallocgcTiny

2 uses

	runtime (current package)
		malloc.go#L1057: 				x, elemsize = mallocgcTiny(size, typ)
		malloc.go#L1110: func mallocgcTiny(size uintptr, typ *_type) (unsafe.Pointer, uintptr) {